home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / INTER53G.ZIP / INT2TPH.ZIP / INT2TPH.DOC < prev    next >
Text File  |  1996-07-31  |  4KB  |  83 lines

  1.  === Int2TPH Interrupt List Compiler v0.9 (C) 1996 Slava Gostrenko ===
  2.  
  3.  
  4.      Introduction.
  5.  
  6.      This program converts Ralf Brown's Interrupt List into Borland Turbo Help
  7. File  (.TPH  file  format)  to  use  it  with Turbo Help TSR or within Borland
  8. (Turbo) Pascal IDE.
  9.      Int2TPH  uses  hypertext  features of the Interrupt List. It is the first
  10. (and  the  only)  Interrupt  List  compiler that makes a real hypertext of the
  11. Interrupt  List.  It  is  made  possible due to an advanced pattern processing
  12. technique used in the compiler.
  13.      Not  only it creates comprehensive indexes for all the topics in the list
  14. but it also allows users to add their own indexes to the help file.
  15.  
  16.  
  17.      Usage.
  18.  
  19.      Unpack  all the Interrupt List and Int2TPH files into one directory. Make
  20. sure  that  there  is  at  least 13Mb of free space left on the drive. You may
  21. need up to 17Mb of free space if you computer has less than 5Mb of RAM. Try to
  22. free  up  to 4Mb of XMS memory (BIOS provided XMS suites as well as the memory
  23. provided  by  himem  or any other XMS driver). The rest of the RAM may be used
  24. for  disk  caching  provided  by any disk cache driver or operating system you
  25. have.
  26.      Int2TPH  is  a  protected  mode (DPMI) program. So it is assumed that you
  27. have  alredy  configured  RTM  (DPMI  Runtime  manager that comes with Borland
  28. Pascal).  In fact the actual configuration (with the help of DPMIInst program)
  29. is  required  if  you have a 286 class computer. Otherwise it is only required
  30. that RTM.EXE and DPMI16BI.OVL can be found using PATH environment variable.
  31.      Run Int2TPH. After a while it will create Inter.TPH file that is the help
  32. file you've been waiting for.
  33.  
  34.      To use the help file within Borland Pascal IDE click Help->Files...->New
  35. and enter the help file name.
  36.      To use the help file with Turbo Help TSR run THelp.Com with the help file
  37. name passed as a parameter using /f option of THelp. The command line may look
  38. like this:
  39.      THelp /fInter.TPH
  40.  
  41.  
  42.      Note.
  43.  
  44.      The  main  index of the Interrupt List (that is generated on Shift-F1) is
  45. too  large  for  THelp. To solve this problem run Int2TPH with the /ShortIndex
  46. option.  Borland  Pascal  IDE  works fine with the default extended main index
  47. version.
  48.  
  49.  
  50.      User defined idexes.
  51.  
  52.      To  define  your  own  index edit Int_Keys.Txt file. It is a list of user
  53. defined  key  words  that  are  used  for  indexing.  Each word in the list is
  54. searched  in  the  Interrupt  List topics. All the topics containing given key
  55. word  will  be  listed  in  the  separate  index  topic. The key word used for
  56. indexing will be the name of the topic.
  57.  
  58.  
  59.      Technical notes.
  60.  
  61.      While  running Int2TPH creates 2 temporary files. Int2TPH.Swp is the main
  62. swap  file  for  virtual memory. Topics.Swp is the swap file for the Interrupt
  63. List  topics.  Temporary  files  are  deleted on the normal termination of the
  64. program.
  65.      The   Incomplt.Log  file  is  a  log  of  the  ambiguous  search  pattern
  66. applications. Normaly you don't need this file.
  67.      While  running Int2TPH displays it's current status and may display error
  68. messages.  I've  debugged Int2TPH to run well on the Interrupt List Release 50
  69. and  added  lots  of error checks to the program to make it easier to find the
  70. incompatabilities  of  the  compiler's  algorithms  and  new  releases  of the
  71. Interrupt  List.  So  let me know if you have a newer version of the Interrupt
  72. List that is compiled with errors.
  73.  
  74.  
  75.      E-Mail  me  anytime  you  wish  and  don't forget to visit my homepage at
  76. http://sunny.aha.ru/~gw/ (read http.www file included in this package)! ;-)
  77.  
  78.  
  79. Author:  Slava Gostrenko
  80. E-Mail:  gw@aha.ru
  81. WWW:     http://sunny.aha.ru/~gw/  <- Latest versions and info are here
  82. FidoNet: 2:5020/201.105, 2:5020/468.105
  83.